(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:16:03 +0000 (18:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:16:03 +0000 (18:16 +0000)
commit879b650af078104014d630bc68180a2cce165021
tree45b4a78b67ccf38edc765e460bb82935dfe9612e
parenta4cc4ac645d856cf967a06c0eb068001f42fc595
(sigchld_handler): Change type of pid to pid_t.  Scan deleted_pid_list
explicitly to avoid using Fmember which don't know about mark bits and
make_fixnum_or_float which may malloc.  Reported by Andreas Schwab.
src/process.c